hysop.backend.device.kernel_statistics module¶
- class hysop.backend.device.kernel_statistics.KernelStatistics(min_, max_, total, nruns, data=None, **kwds)[source]¶
Bases:
object
Execution statistics extracted from kernel events.
Initialize KernelStatistics from nruns. Statistics should be given in nanoseconds.
- property data¶
- property max¶
- property mean¶
- property min¶
- property nruns¶
- property total¶